home *** CD-ROM | disk | FTP | other *** search
- -- Xtra Name Mapping --
- -- Copyright 1997 Macromedia, Inc.
- -- $Revision: 16 $
- --
- -- DESCRIPTION --
- -- This file is used to map xtras to different platforms when creating
- -- projectors.
- -- comment lines begin with -- or ;
- -- Each line corresponds to one xtra (i.e. One Xtra that is on the
- -- platforms described.)
- -- Format of lines is format of a lingo property list
- -- Example:
- --
- -- [#namePPC:"PPCXtra", #name68K: "68KXtra", #nameW32:"Win32Xtra.x32", #nameW16:"Win16.x16", #type:#lingo]
- --
- --
- -- PROPERTIES --
- -- The following are the properties for each Xtra.
- --
- -- For the Mac, xtras should be one of the following (but not both.)
- -- a) FAT
- -- b) separate 68K/PPC versions
- --
- -- #name68K: - file name of Mac 68K version of xtra.
- -- #namePPC: - file name of PowerMac version of xtra.
- -- #nameFAT: - file name of Mac FAT version of xtra.
- -- #nameW16: - file name of Win16 version of xtra.
- -- #nameW32: - file name of Win32 version of xtra.
- -- #type: - following types are recognized.
- -- #net - a network xtra. Needed for network access.
- -- #netlib - network winsock library.
- -- #service - the mix services xtra. Needed to support any Mix
- -- services.
- -- #mixin - a mix import/export xtra. Automatically included
- -- in projectors whenever "Check Movies for Xtras" is selected in
- -- projector options.
- -- #mix - a mix import/export xtra.
- -- #asset - a sprite or transition xtra.
- -- #lingo - a lingo xtra.
- --
- --
- ; ** Director 6 Standard Set **
- ;
- ; Network Services Xtra
- [#namePPC:"INetUrl PPC Xtra",#nameW32:"INETURL.X32",#nameW16:"INETURL.X16",#type:#net]
- [#name68K:"NetFile 68K Xtra",#namePPC:"NetFile PPC Xtra",#nameW32:"NETFILE.X32",#nameW16:"NETFILE.X16",#type:#net]
- [#name68K:"NetLingo 68K Xtra",#namePPC:"NetLingo PPC Xtra",#nameW32:"Netlingo.x32",#nameW16:"Netlingo.x16",#type:#net]
- [#namePPC:"NetManage WinSock Lib",#type:#netlib]
- ;
- ; MIX Services Xtras
- [#nameFAT:"Mix Services",#nameW32:"mix32.x32",#nameW16:"mix16.x16",#type:#service]
- ;
- ; Import Xtras
- [#nameFAT:"BMP Import Export",#nameW32:"BMP Import Export.x32",#nameW16:"mixbmp.x16",#type:#mix]
- [#namePPC:"JPEG Import",#name68k:"JPEG Import 68k",#nameW32:"JPEG Import.x32",#nameW16:"mixjpeg.x16",#type:#mix]
- [#namePPC:"GIF Import",#name68K:"GIF Import 68k",#nameW32:"GIF Import.x32",#nameW16:"mixgif.x16",#type:#mix]
- [#nameFAT:"LRG Import Export",#nameW32:"LRG Import Export.x32",#nameW16:"mixlrg.x16",#type:#mix]
- [#nameFAT:"MacPaint Import",#nameW32:"MacPaint Import.x32",#nameW16:"mixmcpnt.x16",#type:#mix]
- [#nameFAT:"Palette Import",#nameW32:"Palette Import.x32",#nameW16:"mixpal.x16",#type:#mix]
- [#nameFAT:"Photoshop 3.0 Import",#nameW32:"Photoshop 3.0 Import.x32",#nameW16:"mixps30.x16",#type:#mix]
- [#nameFAT:"PNG Import Export",#nameW32:"PNG Import Export.x32",#nameW16:"mixpng.x16",#type:#mix]
- [#namePPC:"Sound Import Export",#name68k:"Sound Import Export 68k",#nameW32:"Sound Import Export.x32",#nameW16:"mixsound.x16",#type:#mixin]
- [#nameFAT:"Targa Import Export",#nameW32:"Targa Import Export.x32",#nameW16:"mixtarga.x16",#type:#mix]
- [#nameFAT:"TIFF Import Export",#nameW32:"TIFF Import Export.x32",#nameW16:"mixtiff.x16",#type:#mix]
- [#namePPC:"SWA Streaming PPC Xtra",#name68K:"SWA Streaming 68K Xtra",#nameW32:"SWASTRM.X32",#nameW16:"SWASTRM.x16",#type:#mixin]
- [#namePPC:"SWA Decompression PPC Xtra",#name68K:"SWA Decompression 68K Xtra",#nameW32:"swadcmpr.x32",#nameW16:"swadcmpr.x16",#type:#mixin]
- --
- --
- ; ** Misc Xtras **
- ;
- ; QTVR Xtra
- [#nameFAT:"QTVRXtra",#nameW32:"QTVRW32.x32",#nameW16:"QTVRW.x16",#type:#lingo]
- ;
- ; Button Editor Xtra
- [#nameFAT:"Button Editor",#nameW32:"Buttoned.x32",#nameW16:"Buttoned.x16",#type:#asset]
- ;
- ; QD3D Xtra
- [#namePPC:"QuickDraw 3D Xtra",#nameW32:"QD3DXtra.x32",#type:#asset]
- ;
- ; FileIO Xtra
- [#nameFAT:"FileIOXtraFat",#nameW32:"FILEIO.X32",#namwW16:"FILEIO16.X16",#type:#lingo]
- ;
- ; Following are examples from the first version of the XDK
- [#nameFAT:"BeepFat",#nameW32:"Beep.x32",#nameW16:"Beep16.x16",#type:#lingo]
- [#nameFAT:"ovalspriteFat",#nameW16:"oval16.x16",#nameW32:"oval32.x32",#type:#asset]
- --
- --
- ; ** Third Party Xtras **
- ;
- ; Print-o-Matic from Gray Matter Designs
- [#nameFAT:"PrintOMatic Lite", #nameW32:"POMLITE.x32", #nameW16:"POMLITE.x16", #type:#lingo ]
- ;
- ; Script-o-Matic Xtras from Gray Matter Designs
- [#nameFAT:"PopMenu Xtra¬", #nameW32:"POPMENU.X32", #type:#lingo ]
- [#nameFAT:"ScriptColor Xtra", #nameW32:"SCRIPCOL.X32", #type:#lingo ]
- ;
-